無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

S!mple EA - MetaTrader 4のためのエキスパート

ビュー:
25798
評価:
(16)
パブリッシュ済み:
2009.07.04 05:50
アップデート済み:
2014.04.21 14:54
Stmple.mq4 (10.97 KB) ビュー
s3mple.zip (0.5 KB)
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This is one of my current projects. The idea was to keep it simple.

To use it, you have to do the following:

  • Copy S!mple.mq4 to your experts folder
  • Open S!mple.mq4 and modify the init() function. You can define as much currencies as you like.
  • Save and Compile the EA and attach it to one of your charts (only to one).
  • Open all other charts you are trading on for data updates.
  • You have to set the variable makeTrades to true, otherwise the EA will not place any trades.
  • For better understanding, you can also use the attached template.

To check on which currencies the EA is profitable, first just attach the template file to a chart and look out for clear cuts on the two MA's.

I use it on a 5 Minute chart, if you want to use it on an other chart, you have to change the variable timeFrame to what you would like to use.


Best regards and happy trading
mike

My first EA based on Stochastic My first EA based on Stochastic

using Stochastic m5, m15 and m30

A Tool: Vertical Grid Plotter A Tool: Vertical Grid Plotter

Script for vertical grid lines plotting

ind_SupportEX ind_SupportEX

The indicator shows candles of the grown-ups TF.

simple stop entry price indicator simple stop entry price indicator

shows entry price lines. this is based on "inside bar".