CREATION OF A TRADING BOT : ‘An Expert Advisor based on MA and a Stock data condition’.
A) Job Description :
Filter permanently and continuously among ALL (or SOME) Assets (Forex, Equities, Crypto, Commodities, Indices and Energy) of the market, those which respect THE CONDITION and trade them according to THE STRATEGY.
B) Two (2) Elements needed : Stock data and One (1) indicator (MA) ;
C) Filter conditions :
1) – 0 ≤≈ Tam4 ≤≈ X (Tam4 is a variable defined with the stock Data);
2) - 8ma crosses Up over 20ma OR 8ma crosses Down below 20ma ;
D) 5*(x) Entry Options (Event Bar condition (Bull / Bear) and others) ;
E) Management of Trades ( BUY / SELL) Entry, Lot, Stop loss, Traling Stop, Take profit, Exit ;
F) Share Trading results in two (2) accounts, x% in ‘A’ and y% in ‘B’
REPEAT.
Bewerbungen
Frist nicht eingehalten
73
16%
Veröffentlicht: 2 Beispiele
Ähnliche Aufträge
if(bearishCross && sells<MaxTradesPerSym) { sl = NormalizeDouble(ask + stoploss,(int)SymbolInfoInteger(symbol,SYMBOL_DIGITS)); tp = NormalizeDouble(ask - stoploss*TakeProfitRR,(int)SymbolInfoInteger(symbol,SYMBOL_DIGITS)); trade.SetExpertMagicNumber(MagicNumber); trade.Sell(volume,symbol,bid,sl,tp,"EA_SELL"); lastActionTime=TimeCurrent(); } ManageTrailing(symbol); }
Salut je besoin de quelqu'un qui peut me faire l’indicateur arrow donc l’image je joint en annexe. Exactement pareille mais sa plus grande spécificités est que l’indicateur ne doit pas disparaître apres qu’il est apparu meme si ce un faut signals il doit resté actife. Note l’indicateur doit ne doit pas apparaitre n’importe quand ni comment mais doit examiné avec exactitude la zone de block order et celui de support
BONSOIR/BONJOUR J'ai à ma disposition un système de plusieurs indicateurs que j'utilise. J'observe l'ensemble de ces indicateurs pour déclencher un achat/vente dans une condition particulière des indicateurs. je veux formaliser tout ça dans un robot de trading automatique qui déclenchera les positions dans ces conditions particulières