İş tamamlandı
İş Gereklilikleri
i want to be able to see the statistics of how an indicator would have performed if id of traded it...
ill make indicators that place buy / sell arrows on the chart...
you make an indicator that will pick up my arrows on a chart to do the following..
stop would be previous low based on zig zag or a number of pips away..
tp 1 would be 20 pips (changeable)
tp 2 would be 50 pips (changeable)
tp 3 would be 100 pips (changeable)
tp 4 would be crossing below (buy) or above (sell) a moving average line (changeable) only after tp 1 is hit
on the charts i want to be able to see an x i the trade would have hit stop, or 1,2,3,4 depend on which tp was reached
in a box on the chart i need to be able to read the following
Total trades won %
total tp 1 % and pips
total tp 2 % and pips
total tp 3 % and pips
total tp 4 % and pips
stop loss % and pips
ideally id like to be able to just be able to copy and paste a bloke of code to each indicator i make...
or amend my indicator to do the above but highlight the code i need to move to use it with other indicators...