Forum

How do i assign 1pipette to a variable for currency pairs with 5 digits(last digit)

Hi guys... am trying to code a breakeven with take profit as 1pipette for currency pairs with 5 digits also for currency pairs with 2 and 3 digits. Thanks

BUYSTOP SCRIPT that move SL to breakeven as soon as current price is precisely over by 1pippett

Hi guys... i'm new to mql5 and programming generally and would love for assistance to these codes.. ...this is how far i could go #include<Trade\Trade.mqh> void OnTick () { } i know some functions required like ordersend(), ordermodify(), orderopenprice(), orderstoploss()