Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
5 (14)
  • Information
9+ years
experience
14
products
689
demo versions
3
jobs
0
signals
0
subscribers
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Today's trade based on Bull Bear Powers Indicator:
https://www.mql5.com/en/market/product/8928
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Today's trade based on Bull Bear Powers Indicator:
https://www.mql5.com/en/market/product/8928
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Today's trade based on Bull Bear Powers Indicator:
https://www.mql5.com/en/market/product/8928
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Today's trade based on Bull Bear Powers Indicator:
https://www.mql5.com/en/market/product/8928
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Today's trade based on Bull Bear Powers Indicator:
https://www.mql5.com/en/market/product/8928
Rasoul Mojtahedzadeh Published product

Bull Bear Powers indicator shows the absolute power of bulls and bears in the market. Both powers are shown simultaneously with red and green colors for bear and bull powers respectively. When red line goes over the green line it means that bears are controlling the market. When green line goes over the red line it means that bulls are controlling the market. The green/red horizontal symbol line at the bottom of the indicators shows which party has more strength. Time Frame: M30 and H1 are

Rasoul Mojtahedzadeh
Added topic Is multiple inheritance allowed in mql4?
I am writing a library in mql4 language in which I would like to have multiple inheritance. I use the following format: class A {    // some variables and functions }; class B {    // some variables and functions } class C
Rasoul Mojtahedzadeh
Added topic How to test a market indicator in MT4?
I have noticed recently that the indicators (of MT4 in the market) can be demo tested in the strategy tester . I downloaded the latest MT4 (build 765) from metatrader4.com. However, I do not see any change in the strategy tester similar to what MT5
Rasoul Mojtahedzadeh
Added topic Label Object font size is larger than it must be!
I created a test indicator which draws a Label Object with "Arial" font name and a font size of 10. I tested the same code on four different computer/Windows 7s. The strange thing is that the size of the text of the label on one of the computers is
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Scalping Tick Charts using RFX EasyTrade
https://www.mql5.com/en/market/product/7984
Rasoul Mojtahedzadeh Published product
Reviews: 2
49.00 USD

RFX EasyTrade  is a professional panel to make your trades as easy as possible. You can perform scalping by acting fast and efficient. You can draw a box or a trend line and let RFX EasyTrade to catch a breakout and manage the trade automatically. You can set pending orders and set Order-Cancels-Order easily. If you are a fan of Martingale strategy just set a few settings on the panel and let RFX EasyTrade to automatically manage the trades. You can trade based on time without

Rasoul Mojtahedzadeh
Added topic OrderCommission() must be subtracted?
In order to calculate the total profit/loss of an open position, which one of the following equations is correct? double pl = OrderProfit()+OrderCommission()+OrderSwap(); or double pl = OrderProfit()-OrderCommission()+OrderSwap();
Rasoul Mojtahedzadeh
Added topic How to get the bar number/time from OnChartEvent()?
In an Expert Advisor code, I would like to know on which bar of a chart the user clicked. From the example and documentation of OnChartEvent() function, a left click of mouse can be captured as a position (x, y). Is there a way to get the bar
Rasoul Mojtahedzadeh
Added topic Decimal to Binary
Is there a function in MQL4 that converts a decimal value into its binary representation (for example, in string format of 0's and 1's)
Rasoul Mojtahedzadeh
Added topic How to read value of an indicator attached to a chart from EA code?
I would like to know how I can read the value in the buffer of an indicator attached to a chart from my EA code? Please note that I do not want to use iCustom function. I want to use, for example, ChartIndicatorsTotal() and ChartIndicatorName(), to
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
Performance of Adaptive Stochastic on recent USDCHF, H1 chart
https://www.mql5.com/en/market/product/4796
Pedro Miranda
Pedro Miranda 2014.10.31
Amazing!
Rasoul Mojtahedzadeh
Added topic ATR formula used in MT4 indicator is not original
I was studying Average True Range indicator that I realized the calculation used in standard MT4 indicator is different than original formula. The calculation of ATR in MT4 is based on following formula: ATR[i] = ATR[i-1] + ( TR[i] - TR[i-n] ) / n;
Rasoul Mojtahedzadeh
Rasoul Mojtahedzadeh
The performnce of the Trendometer indicator on Daily time frame:

https://www.mql5.com/en/market/product/4565