Experts: RSI EA - page 4

 
Siti Latifah:
Ho appena aggiorno per trailingstop ..

Basta aspettare pubblicato da MQL5.

thank youuuu
kiss kiss
I want to try it now, I'll let you know  :-) :-)
 
This EA looks great in backtest because it hedges. As I am a USA based trader, I cannot hedge (go long and short simultaneously) on a live account. Please add an option to turn off hedging. That is, if a long/buy is entered, a short/sell cannot be entered until the long trade is cleared. Thanks for sharing your work.
 
emmql5:
This EA looks great in backtest because it hedges. As I am a USA based trader, I cannot hedge (go long and short simultaneously) on a live account. Please add an option to turn off hedging. That is, if a long/buy is entered, a short/sell cannot be entered until the long trade is cleared. Thanks for sharing your work.
hegde or not depend on your setting.
 
hi, i downloaded it , running on a demo account but it doesnt do any buy or sell trades even when the rsi is at 30 or 70. no error msg. may i know why
 
xoonxoon:
hi, i downloaded it , running on a demo account but it doesnt do any buy or sell trades even when the rsi is at 30 or 70. no error msg. may i know why

see input


input bool   OpenBUY=True;

input bool   OpenSELL=True;


set true for open position

 
Siti Latifah:

see input


input bool   OpenBUY=True;

input bool   OpenSELL=True;


set true for open position

its already set to true by default. still doesnt do a buy in live or demo account

 

input bool   OpenBUY=True;

input bool   OpenSELL=True;

input bool   CloseBySignal=True;

input double StopLoss=0;

input double TakeProfit=0;

input double TrailingStop=0;

input int    RSIperiod=14;

input double BuyLevel=30;

input double SellLevel=70;

input bool   AutoLot=True;

input double Risk=10;

input double ManualLots=0.1;

input int    MagicNumber=123;

input string Koment="RSIea";

input int    Slippage=10; 

 

i also already set Allow Live Trading, and Autotrading tab has been turned on. tried everything but doesnt work.

my other ea also doesnt do a buy. Im using DMMFX broker 

 
xoonxoon:

i also already set Allow Live Trading, and Autotrading tab has been turned on. tried everything but doesnt work.

my other ea also doesnt do a buy. Im using DMMFX broker 

owh.. as I know...DMMFX doesn't allow expert advisor.

to use expert advisor at dmmfx, you must make appointment with them.

try another broker..you will see...

 
Hello Best Latifah
I was thinking of a small improvement.
When a trend is strong, stays long in overbought or oversold, and it can happen see attachment, opens a series of BUY with SL 100, then a series of losses.
I thought you might insert a control numbered, which limits for example those who buy or sell can be made continuous.

example:
Insert # 2
the system is only 2 buy or sell the following

Insert # 1
the system is only one buy or sell and then waits its overbought or oversold


Thanks as always for the work you do

Alessandro 

 
Alessandro:
Hello Best Latifah
I was thinking of a small improvement.
When a trend is strong, stays long in overbought or oversold, and it can happen see attachment, opens a series of BUY with SL 100, then a series of losses.
I thought you might insert a control numbered, which limits for example those who buy or sell can be made continuous.

example:
Insert # 2
the system is only 2 buy or sell the following

Insert # 1
the system is only one buy or sell and then waits its overbought or oversold


Thanks as always for the work you do

Alessandro 

hemmm..

You are right..

You can set manually when need buy only or sell only.. itu will help make profit.

set both trade when sideway market..it will better

Reason: