Rejoignez notre page de fans
Buys when price breaks above the MA and Sells when price breaks below the MA. User can choose the time range (server time) to trade in.
This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.
Th Expert will set the TP based on the SL manually set using the input multiplier. Using this you can set 2,3,4 etc times the SL set.
The Expert will help you change the TP/SL of all open orders by setting the TP/SL based on the input percentage value.
This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest.
This code will pause the trading for X minutes when there are N consecutive losses happen within Y minutes
This EA can do Grid trading and has useful functions for Gridtrading included
This is an Expert Advisor code for counting open running orders for each type: OP_BUY or OP_SELL.
AK-47 Scalper EA is fully automated. It uses the strategy of entering the sell Stop order continuously and will modifythe order when the price is opposite to the pending order.
Forex Trade Manager Grid MT4 helps you to managing orders and achieve the goal.
One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on chart for all Upcoming events -Code can be easily modified to place trade at certain time before or after an event or to just stop trading during events.
Only successfully tested on INSTAFOREX broker, InstaForex-Europe.com server 5 digits, pair EURGBP daily, leverage 1:1000, with free swap account.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.
This is an EA to generate signals based on RSI signal crossing the upper level or lower level.
L'Expert Advisor affiche les valeurs actuelles des indices boursiers mondiaux de Google Finance à l'aide de la fonction WebRequest.
L'Expert Advisor affiche les propriétés des signaux, permet de modifier les paramètres de copie du signal et de s'abonner ou de se désabonner au signal de trading sélectionné.
Un modèle d'EA légèrement optimisé de l'article MetaEditor : Modèles comme Point de Repère
L'Expert Advisor Moving Average utilise une moyenne mobile pour la génération du signal de trading.
Il est montré comment vous pouvez ouvrir des positions pour 12 symboles disponibles et pour 4 périodes en utilisant un seul EA attaché à un seul graphique.
This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.
This code can be used to read csv files and separate string based on a separator token.