Tran Nguyen Viet Hoang
Tran Nguyen Viet Hoang
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Tran Nguyen Viet Hoang
Added topic Code for Risk Management
Hi, I'm looking for a code to calculate the lot size based on stop loss , but the stop loss is not fixed at a specific value. For example, stoploss will be placed at a MA value. Thanks for spending your time. Best regards
Tran Nguyen Viet Hoang
Added topic Code for adding MA to RSI
Hi everyone, I was wondering how to add Moving Average IN the RSI indicator. Thanks for spending your time
Tran Nguyen Viet Hoang
Added topic Turning EA into a Martingale EA
Hi, I have created this EA but unfortunately it can only place order once at a time. How can I change it so that it can open multiple orders or turn it into a martingale EA? Thanks. int start() {    double MyPoint= Point ;    if (
Tran Nguyen Viet Hoang
Added topic Need help with OrderClose()
Hi guys, Currently I'm developing an EA to close trades when the ADX Main line cross down 40. But the EA didn't close the trades.  Can you guys give me a hand. Thanks. int OrderClose()   {    int all_trade = OrdersTotal ();
Tran Nguyen Viet Hoang
Registered at MQL5.community