Forum

Want to add extra pip before confirmation

Hi, how to add extra pip after moving average cross complete ?? Because i try put /point but not working void SetupTrade() { double StocFast = iStochastic ( Symbol (), Period (), Kperiod, Dperiod, Slowing, MA_Stoc, Price_Field, 0 , 1 ); double StocSlow = iStochastic ( Symbol (), Period (), Kperiod

is there a way to change this filter to moving average cross ?

Hi, how to change this code to moving average setup? want to add 2-3 EMA with changeable value.. extern string SignalSetting = "---------- Signal Setting ----------" ; extern ENUM_APPLIED_PRICE ApplyTo = PRICE_CLOSE ; extern string Setting_ = "----------- Stochastic -----------" ; extern int Kperiod

How to make this style of Layer Lot ??

Hi i'm new here. How to create a layer like this ?? Grouping layer with fixed lot.. What it called ? it opened the layer with 0.50 then grouping into 6 first layer that using same lot.. And when reach 7 it opened maybe by martingale 0.75 to 6 second layer because my current layer is like this