Quote:
|
Originally Posted by davidke20
Where can I start with P6. I think with my tiny little programming skill should help you up a little bit anyway.
Regards
David
|
You have big programming skill! Big trader skill too.
Phoenix6 has been modified with labeled functions and variables. The variables have been named based on how they are used. P_[variable name] are intended to refer to signal/trade data. U_[variable name] are intended to refer to how the user wishes to trade the EA. If you are interested in ChainEntry code I can include that too. SplitTrades all uses the same entry price, but it does adjust the take profit levels.
Delayed entry code could easily be adapted into the "CheckExit" system to enter at different prices or conditions.
I had a generic accounting system to check current number of open trades, which ones are in profit, etc. If you want to use functionality like that, please let me know or modify as you like.
I'm trying to convert Phoenix6 into a collection of baseline functions that can handle the 4 basic types of signal checks: filters, entry, exit, market type. Generic functions already handle the different trade types (Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop)