mql5/Experts/reytick/reytick.mqproj
2025-12-10 18:55:31 -06:00

54 lines
No EOL
2.8 KiB
JSON

{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2025, MetaQuotes Ltd.",
"link" :"https:\/\/www.mql5.com\/ReyTick",
"version" :"1.00",
"description" :"Bot de scalping ultra agresivo de alta frecuencia hecho para captar muchisimás operaciones en M1 y hacer que la rentabilidad escale conjunto al capital. Se puede usar desde $10 USD de capital pero se recomiendan $100 para máxima rentabilidad en el corto plazo junto a un apalancamiento de 1:200",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":"reytick.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"mde.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"mde\\market_conditions_ok.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"utils.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"utils.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"trailing.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"mde\\get_tick_volatility.mq5",
"compile":true,
"relative_to_project":true
}
]
}