EXPERT TO TRIGGER HEDGING CONCEPT ON MANUAL TRADES USING BELOW CONDITIONS

Specifiche

Hello, 

I need an expert advisor that can manage my manual trades when market is going against my existing trade direction and close the trade when in profit including my manual bid. I will set the risk position for the bids. (The risk position is the minimum price distance between the extreme price (highest or Lowest) or my trade). Once the actual price goes against the risk position it triggers the Robot to recover the losses until minimum distance is achieved. The recovery bids can take different lot sizes based on the programmer recovery plan but it should have risk management logic to avoid it turning to losses. I will set a target distance and the expert advisor will use the existing period Highest and lowest prices to assist the recovery bids by projecting the take profit position based on existing trades.  The EA will change the actual distance to % and compare the current price to the % position to enable it take bids towards the market direction.

 

Example if price starts at 92 and goes to HIGH of 100 and LOW of 90, then distance is 10 and the 10 will be 100%. If price changes and HIGH gets to 105 and Low remain 90, the distance is 105-90=15. This will change to 100% as well. If price HIGH remains 105 and LOW price falls downwards to 80, then the distance will be 105-80=25. This will also change to 100%.

So to enable the Robot, if i take a SELL bid at 98 when gap was still 10, and price goes to 105, the Robot will trigger a BUY upwards above 60%, or a SELL downwards below 40% as defined below.

If i take a BUY at 102 (stage 2 when we have a gap at 15) and price falls down, the robot will trigger a SELL once price falls below 40% range and use to recover the losses of the BUY bids when price falls downwards.

 

SETTINGS FOR BUY AND SELL LIMITS

=IF(current price position is>=60%,"BUY",IF(current price position is >0.4,"WATCH",else if current price position is<40% "SELL"))

SO If i take a BUY and price falls downwards below a range of trade at 40%, it triggers a SELL downwards until it reaches the Lowest price, or it recovers the losses.

If i take a SELL and price goes upwards, it triggers a BUY once market price reaches 60% of the Month position and goes upwards.

It converts the distance between the Highest and Lowest price to 100% from date of installation.

NB. Set the buy and sell % to variable to be determined manually.


Con risposta

1
Sviluppatore 1
Valutazioni
(586)
Progetti
918
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
Gratuito
2
Sviluppatore 2
Valutazioni
(184)
Progetti
302
15%
Arbitraggio
20
40% / 35%
In ritardo
15
5%
Caricato
Ordini simili
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

Informazioni sul progetto

Budget
30+ USD
IVA (23%): 6.9 USD
Totale: 36.9 USD
Per lo sviluppatore
27 USD
Scadenze
a 6 giorno(i)