Phoebe Hj
Phoebe Hj
Friends

Add friends via their profile or user search and you will be able to see if they are online

Phoebe Hj
Added topic MT4: How to add the drop menu to allow choice of open price, high price, low price to my indicator?
I composed my indicator using Close[i].  But I saw the official indicators allow traders to choose which price to apply to in the parameter settings.  How to code that?  Thanks
Phoebe Hj
Added topic Cannot loading customized, indicator “has newer unsupported version, please update your client terminal”
This is a simple indicator modified from the official RSI.  When I load to terminal, I get a warning.  “has newer unsupported version, please update your client terminal” My terminal is updated to 5.00 build 3039.  I don't know
Phoebe Hj
Added topic mt4: Wrong Calculation in the main for() loop in Simple Indicator.
I am learning to compose indicators.  I changed the official RSI a little. Most I do is changed the final step of RSI formula.  For practice, the idea is to calculate the (net profit in pips) / [total rise pips + abs(total fall pips)]
Phoebe Hj
Added topic MT5: 'for' expressions are not allowed on a global scope
This indicator is similar to the RSI.  The idea is to calculate  net_profit / [sum(positive returns) + abs(sum(negative returns))]  in a rolling window.  But after I changed the code in the main loop, the terminal
Phoebe Hj
Added topic My RSI Indicator Does Not Work.
I changed a little on the official RSI indicator, but it does not work.  No error in compile.  Please anyone give some comments. Thank you. 
Phoebe Hj
Added topic EA Cannot find another chart --SOLVED
Hi, friend, I got a problem,  explained in following example.         For example,  I attach an EA to EURUSD chart only,  then use following codes to add OBJ_ARROW_BUY to  USDJPY chart . The EA is NOT 
Phoebe Hj
Added topic Send ObJ_Arrow to Multiple Charts from Python to MT4 via ZMQ
Hi, frined, I tried to send OBJ_ARROWS from python to MT4. Steps as below: 1. add EA to EURUSD chart, and then add the same EA to USDJPY chart. Both are successful. 2. Add arrows to EURUSD chart. Success. 3. Add arrows to USDJPY chart.  Terminal
Phoebe Hj
Registered at MQL5.community