I will pay someone to make modifications to this code. - Pyramiding Script (Formely MakeGrid Code Base)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
NOTE: Looking for someone to give a price on code modifications for this script.
1. Need orders in proper sequence - Increment in the proper order.
2. If stop/trailing stop/take profit is hit, all TRADES - live and pending are closed.
3. Looping sequence starts at the original LOTS size and begins trading again.
Thanks: fxranger (at) gmail.com
Good Day,
I have been working with the following script for many years now. It is a trend following script. Many have used it for gridding. I have found gridding to be an inefective way to trading. So I have turned it into a pyramiding script.
The idea is to create orders in the direction of the trade and use a multiplier to make the trades happen.
It should work like this... Say you have LOTS = 0.1 and a multiplier of 3.
The script should enter orders like this: 0.1, 0.3, 0.9, 2.7...
However the sript enters orders like this: 2.7, 0.9, 0.3, 0.1 It is the reverse of the counter at the bottom of the script.
Can someone please enlighten me to why this happens this way.
I have attached the script.
Thanks in advance,
Thomas