Lavoro terminato
Specifiche
The system will be intraday system that work with supertrend indicator, the system could have several position, and the basic idea is to have a cost avg method that trade with the trend.
The rules:
If yesterday daily supertrend is buy we will have only buy orders (I want this to be extern double so I can choose other multiplier and other time frame like weekly).
We will enter the market at open with 1 position.
And will enter more position if price will get lower (step of 30 pips extern double so I can change to other steps)
We will have extern int of maximum trades. (Let say for example 5 trades)
Fix lot or money management option like 1% from equity or other method.
I want the possibility of using stop loss (if price penetrate daily supertrend line close all trades or to use hedging, if price get to daily supertrend hedge all trades and wait for next signal to close hedge trade.
Tack profit: use supertrend 1 hour ( I want that to be extern so I can choose other time frame and other multiplier) when we got short signal close all buy position (this will work I think like trailing stop.
I want the possibility to choose fix TP let say 100 pips for the first order but all orders will be closed on the first TP order.
And the opposite for sell orders.
I need extern to choose to open only buy orders or sell orders or buy and sell orders.
And I need to be able to check it with forex and other instrument like gold, crude oil s&p500 and more.