The code is looking something like this
Buy = Cross(StochK(14,14) , StochD(14,14,14)) AND C>MA(C,50);
Sell = Cross(StochD(14,14,14) , StochK(14,14)) AND C<MA(C,50);
But I dont have MCX Crude Oil Data with me I have NF data only.
Testing on NF data looks quite impressive, Pls see the...