당사 팬 페이지에 가입하십시오
KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
This is a simple boolean function for the EA to detect if there is any previous open market orders without using the "OrdersTotal()" built-in function which might cause the EA to calculate positions not opened by each specific magicnumber provided by the EA.
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.
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.
This code base is a simple function to check if current time lies within two specified times.