Mohammad Rizal Bin Rahmat
Mohammad Rizal Bin Rahmat
  • Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Mohammad Rizal Bin Rahmat
Added topic The Correct Code to use for this
Hi, I do understand about iMAonArray. To my Understanding if physically, the Moving Average Apply To is set to First Indicator Data which is the Stochastic. Someone send me this and i'm wondering how do i code this as his Moving Average is in the
Mohammad Rizal Bin Rahmat
Added topic iMAonArray not working perfectly
hi,  I need help on this indicator. I tried the iMAonArray, it is working but some how it doesn't indicate on all the point. MA is inside the Stochastic. EMA12 and EMA5. When both EMA at OB, it will indicate in the chart and same goes for OS
Mohammad Rizal Bin Rahmat
Left feedback to developer for job Edit of Previous job
Mohammad Rizal Bin Rahmat
Left feedback to developer for job ADD BROKER USING PREFIX
Mohammad Rizal Bin Rahmat
Left feedback to developer for job RSI MULTIPLY LOT SIZE
Mohammad Rizal Bin Rahmat
Added topic How do i arrange or the IF ELSE Functions
       if ( iClose ( _Symbol , _Period , 1 )<MA50 && iOpen ( _Symbol , _Period , 1 )<MA50 && iHigh ( _Symbol , _Period , 1 )<MA50 && iLow ( _Symbol , _Period , 1 )<MA50
Mohammad Rizal Bin Rahmat
Left feedback to developer for job EA for 2 MA CROSS WITH FIBONACCI RETRACEMENT ENTRY AND COUNTER ORDER
Mohammad Rizal Bin Rahmat
Added topic What did i code wrong?
Hi... i did the following code but it doesn't works... anyone knows why and could correct my error
Mohammad Rizal Bin Rahmat
Left feedback to developer for job AS DISCUSS TO AMEND THE PREVIOS JOB
Mohammad Rizal Bin Rahmat
Added topic What Rules Is Used For StopLoss Based on Order Open High or LOW
Hi, Need a little help. Trying to find the code to use for the issues i have. Example So here is an example for a buy. I manage to get the rules to open order and take profit . so i'm trying to find a rules for the StopLoss. Thank You {   
Mohammad Rizal Bin Rahmat
Added topic Wick Reject MA Indicator... Code issues need expert advice.....
  I tried to code on my own.. but looks like something wrong somewhere as the indicator came out at the wrong place...   What i'm trying to code here is, *If a candle High price is above MA, the candle Open, Close and Low price is
Mohammad Rizal Bin Rahmat
Added topic Need help to create this EA
Hi, I need help to create an EA base on the following terms EA will open trade base on chart M1, M5, M15, M30, H1, H4 and D1. EA will not open a new CYCLE of trade if the previous CYCLE is not close. Example:- M1-Sell, M5-Sell, M15-Sell, M30-Buy