Excel Formula

MQL4 その他

仕事が完了した

実行時間2 日
依頼者からのフィードバック
Great job! High quality in a short time!

指定

Hi,

I tried to convert a MQ4 file to an Excel file manually.

So I search the codes in the in the Turtle Trading indicator and this are the results:

Go Long:

if(((CLOSE > rhigh && i > 0) || (HIGH > rhigh && StrictEntry == true)) && LongInfo[i] == OUT_OF_MARKET)

Go Short:

if(((CLOSE < rlow && i > 0) || (LOW < rlow && StrictEntry == true)) && ShortInfo[i] == OUT_OF_MARKET)

Stop Long:

if(((CLOSE < slow && i > 0) && (CLOSE > long_price || Greedy== false)) ||

(LOW < slow && StrictExit == true && (LOW > long_price || Greedy == false)) &&

LongInfo[i] == IN_THE_MARKET)

Stop Short:

if(((CLOSE > shigh && i > 0) && (CLOSE < short_price || Greedy == false)) ||

(HIGH > shigh && StrictExit == true && (HIGH < short_price || Greedy == false)) &&

ShortInfo[i] == IN_THE_MARKET)

The formula for excel (Go Long) should be: =ALS(EN(CLOSE>rlow;LOW>rlow);CLOSE;0)

 

... I want to calculate the Close Value, so if the formula is 'true' I want to see the Close value of it.

But it didn't work.

Who know the correct formula's for the entries and stops (for long and short)?

The system is attached as a zip (including Excel, ex4 and mq4 file).

 

Specification:

A. The Trading strategy is based on Turtle Trading system.

B. Rules of opening positions:

1). Signals to open long position (buy):

    - CLOSE > than rHigh (only the first bar)

2). Signals to open a short position (short):

    - CLOSE < than rLow (only the first bar)

3). Signals to exit a long position:

    -When the short position starts, the previous bar/line

4). Signals to exit a short position:

    -When the long position starts, the previous bar/line

5). It's the same formula that be used in the attached file on the jobpage.


rHigh = The highest value in a period (20)

rLow = The lowest value in a period (20)


rHigh = Lowerline

rLow = Upperline 

 

A more extensive explanation is enclosed. 

 

Best Regards,

Bastiaan

応答済み

1
開発者 1
評価
(34)
プロジェクト
80
34%
仲裁
13
31% / 54%
期限切れ
19
24%
2
開発者 2
評価
(94)
プロジェクト
101
41%
仲裁
1
0% / 100%
期限切れ
4
4%
3
開発者 3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
The strategy is for an advanced trader with a high risk tolerance. I do not need code yet; I need the documented logic. Requirements for the Plan: Indicator Stack: Define 2–3 specific indicators (e.g., VWAP, Volume-Weighted MACD, or Bollinger Band Squeeze) and the exact parameters for each. Entry Logic: Precise conditions for a "Buy" signal (e.g., "Price closes above Upper Band with a 20% volume spike"). Exit & Risk

プロジェクト情報

予算
25 - 50 USD
締め切り
最低 1 最高 3 日