Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube--> https://youtu.be/IYD25Ktl6jo
- void OnTick()
- {
- MqlRates InfoPrecio[];
- ArraySetAsSeries(InfoPrecio,true);
- CopyRates(Symbol(),Period(),0,2,InfoPrecio);
- int valor=(InfoPrecio[1].high-InfoPrecio[1].low) * 100;
- if(valor>2000)
- printf( valor);
- //SendNotification("Alerta Vela");
- }
Advertisement
Add Comment
Please, Sign In to add comment