<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Grid Explorer Hedge (legacy)]]></title>
		<link>https://forexsb.com/forum/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/forum/73/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at Forex Software.]]></description>
		<lastBuildDate>Tue, 15 Apr 2025 05:22:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Added a grid + martingale + step increasment system.]]></title>
			<link>https://forexsb.com/forum/topic/9934/added-a-grid-martingale-step-increasment-system/new/posts/</link>
			<description><![CDATA[<p>Hello Team!</p><p>One parameter that I like to use with caution is the grid-martingale systems.</p><p>So I made some changes to the code, and now it&#039;s working like it should, plus some other changes.</p><p>Why don&#039;t you add that option with order management for the &quot;risky&quot; users?</p>]]></description>
			<author><![CDATA[null@example.com (a_r_s_fx)]]></author>
			<pubDate>Tue, 15 Apr 2025 05:22:57 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9934/added-a-grid-martingale-step-increasment-system/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Grid Explorer Hedge Trend no indicator]]></title>
			<link>https://forexsb.com/forum/topic/9921/grid-explorer-hedge-trend-no-indicator/new/posts/</link>
			<description><![CDATA[<p>Hi Popov. I was suggesting that instead of opening 2 trades at each of your grids in the grid explorer hedge, you instead do this! Open only a buy trade if the price hits above grid from the lower current grid. And open a short if price hits a lower grid from the current grid which is above. In this way you follow the trend and avoid substantial draw downs. You also avoid lagging indicators</p>]]></description>
			<author><![CDATA[null@example.com (Matovu001)]]></author>
			<pubDate>Wed, 12 Mar 2025 04:07:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9921/grid-explorer-hedge-trend-no-indicator/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Portfolio Grid Update]]></title>
			<link>https://forexsb.com/forum/topic/9821/portfolio-grid-update/new/posts/</link>
			<description><![CDATA[<p>Hello good evening everyone as Mr. Popov updated the portfolio I decided to also update the portfolio grid system </p><p>All you need to explain your portfolio usually with strategies made with a stop of 500 and take of 25 and then add the parts of the code contained in that source code </p><br /><p>Hugs to all grid lovers</p>]]></description>
			<author><![CDATA[null@example.com (gabdecsters)]]></author>
			<pubDate>Tue, 27 Aug 2024 03:24:19 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9821/portfolio-grid-update/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[It does not place trades both in a demo and in strategy tester]]></title>
			<link>https://forexsb.com/forum/topic/9783/it-does-not-place-trades-both-in-a-demo-and-in-strategy-tester/new/posts/</link>
			<description><![CDATA[<p>Hi Popov,</p><p>Thanks for sharing.</p><p>I tried to test it on MT5. It does not place trades both in a demo and in strategy tester. <br />Please check.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (bishopdotun)]]></author>
			<pubDate>Wed, 10 Jul 2024 15:02:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9783/it-does-not-place-trades-both-in-a-demo-and-in-strategy-tester/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Strategy Yonkuro]]></title>
			<link>https://forexsb.com/forum/topic/9693/strategy-yonkuro/new/posts/</link>
			<description><![CDATA[<p>Dear Popov and all traders,</p><p>First I&#039;m sorry it seems I cant attend the event due to my work, but I&#039;d like to share my grid trading strategy here</p><p>The main problem I get from many grid EAs is they keep opening new grid trades against the trend that result to blown accounts, or at least big loss if they apply maximum drawdown limit.</p><p>The main diffrence from typical grid is, my strategy uses a combination of entry logic and minimum grid range as a trigger for new grid trades, while the typical grid strategy only use grid range to open new grid trades, ignoring the trend has reversed or changed.</p><p>Basic strategy parameter<br />1. First lets choose the entry logic for buy or sell signal, it can be as simple as moving average crossover or oversold RSI<br />2. Second we choose the intial lot size and minimum grid range, lets say initial lot is 0.01 and minimun grid range is 100 to 199 pips<br />3. Grid range and initial lot size work like this for next orders<br />Minimum grid range = 100 pips ,means 100 to (2x grid range) -1, so it&#039;s 100 to 199,<br />Minimum grid range 50 pips means 50 to 99 pips, <br />and minimum grid range 25 pips means 25 to 49<br />Example :<br />Grid range 100 pips<br />Price minus 100-199 pips away from <strong>the last open buy (not the first open order)</strong>, 2× initial lot<br />Minus 200-299 pips away from last open buy, 3x initial lot<br />Minus 300-399 pips away from last open buy, 4x initial lot<br />Minus 400-499 pips away from last open buy, 5x initial lot<br />And so on</p><p><strong>The EA will only open a new grid trade if a buy signal appears on those ranges, otherwise trades are skipped</strong></p><p>Trading example :<br />1. When the buy signal appears, EA will open the first trade for that direction.<br />2. When the buy signal appears again and position is floating, lets say minus 50 pips from <strong>the last open buy (not the first open order)</strong>, the EA won&#039;t open any trade because it&#039;s below grid range which is 100-199 pips.<br />3. Buy signal appear again, this time it&#039;s minus 110 pips from the last open buy so it will open a new buy trade with 0.02 lot (2x the initial lot)<br />4. Buy signal appear again, minus 210 from the last open buy, a new buy trade 0.03 lot (3x initial lot)<br />5. Buy signal appear again, minus 150 pips from the last open buy, a new buy trade 0.02 lot (2x initial lot)<br />6. When total open buy orders are positive, the EA will close all buy orders in basket<br />7. EA should be able open buy and sell simultaneously but manage each direction separately.</p><p>The advantanges<br />1. The EA only open new grid trades within trend direction, because it need buy/sell signal within minimum grid range as trigger<br />2. The lot size management in my opinion is more efficient compared to flat lot grid strategy and safer than typical martingale grid strategy</p><p>Here&#039;s the picture for comparison</p><p><a href="https://ibb.co/Fsc8gcC"><span class="postimg"><img src="https://i.ibb.co/KNBVFBS/Whats-App-Image-2024-03-13-at-08-56-03.jpg" alt="https://i.ibb.co/KNBVFBS/Whats-App-Image-2024-03-13-at-08-56-03.jpg" /></span></a></p><p>Sorry if my english is not perfect I hope you can understand what I mean</p><p>Best regards.</p>]]></description>
			<author><![CDATA[null@example.com (yonkuro)]]></author>
			<pubDate>Wed, 13 Mar 2024 01:21:17 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9693/strategy-yonkuro/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Strategy - Gabdecsters]]></title>
			<link>https://forexsb.com/forum/topic/9692/strategy-gabdecsters/new/posts/</link>
			<description><![CDATA[<p>I&#039;m immensely happy that you listened to us, popov, I&#039;ve already opened some tickets about this implementation in forex ea studio and other tools, but until everything is ready, I took my measurements myself, I&#039;m adding experts to the grid that I export to ea studio and I never got such a solution. best below I will leave the result of one of the several robots I made using the ea studio combination = modification of the code to make grid and I will leave one of them too so you can give me your opinion</p><p>I don&#039;t know how to send an image here in the post but the growth graph is beautiful and I already have results in real accounts</p>]]></description>
			<author><![CDATA[null@example.com (gabdecsters)]]></author>
			<pubDate>Tue, 12 Mar 2024 23:35:20 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9692/strategy-gabdecsters/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Grid Explorer (Hadge)]]></title>
			<link>https://forexsb.com/forum/topic/9690/grid-explorer-hadge/new/posts/</link>
			<description><![CDATA[<p>Hello Traders,</p><p><strong>Edit: 2024-04-25 - Grid Explorer (Hedging) v1.2 attached</strong></p><p>I started working on a Grid trading robot called &quot;<strong>Grid Explorer (Hedge)</strong>&quot;.</p><p> * 2024-03-16 - <strong>Grid Explorer (Hedge) v1.0</strong> - First public release.</p><p>This robot trades only at Grid levels.<br />It opens Long and Short positions at every Grid level (Hedge).<br />The robot closes the positions at a profit and keeps the losing ones open.</p><p>This Robot uses Martingale.</p><p>I already have a prototype that can be tested using the MetaTrader 5 tester and run on a demo account.</p><p>The results are very promising because the robot shows a profit on the MetaTrader Tester in almost all markets.</p><p>This is a EURUSD screenshot:</p><p>Balance chart:</p><p><span class="postimg"><img src="https://image-holder.forexsb.com/store/hgrex-EURUSD-001.png" alt="https://image-holder.forexsb.com/store/hgrex-EURUSD-001.png" /></span></p><p>Backtest stats:</p><p><span class="postimg"><img src="https://image-holder.forexsb.com/store/hgrex-EURUSD-002.png" alt="https://image-holder.forexsb.com/store/hgrex-EURUSD-002.png" /></span></p><br /><p><div class="fancy_video_tag_player"><iframe class="youtube-player" type="text/html" width="640" height="385" src="https://www.youtube.com/embed/ehUSuzdllqs" frameborder="0" allowfullscreen></iframe></div></p><br /><p><strong>Free Grid Robot: How do Grid systems work and what are the risks?</strong></p><p><div class="fancy_video_tag_player"><iframe class="youtube-player" type="text/html" width="640" height="385" src="https://www.youtube.com/embed/wNTwdvw9wyg" frameborder="0" allowfullscreen></iframe></div></p><p>.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 12 Mar 2024 11:56:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9690/grid-explorer-hadge/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Grid Explorer Development]]></title>
			<link>https://forexsb.com/forum/topic/9689/grid-explorer-development/new/posts/</link>
			<description><![CDATA[<p>Hello Traders,</p><p>I started working on a new project named Grid Explorer.</p><p><strong>Purposes:</strong><br /> - Explore different Grid trading algorithms<br /> - Explore the effect of the Grid size parameter<br /> - Explore the effect of using Martingale money management</p><p><strong>Applications:</strong><br /> - Developing a Grid Robot for testing in MetaTrader Tester and Live trading<br /> - Develop an analytical application for generating, optimizing, and analysing the parameters of the Grid systems.</p><p><strong>Goals:</strong><br /> - Find the best Grid algorithms for real trading<br /> - Establish recommendations for backtest performance parameters (Profit, Drawdown, Account load, ...)<br /> - Find the best markets for trading Grid systems<br /> - Find the best brokers for trading Grid systems</p><p>Please share your experience with the Grid systems and participate actively in the development discussions.</p><p>Trade Safe</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 12 Mar 2024 11:45:15 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9689/grid-explorer-development/new/posts/</guid>
		</item>
	</channel>
</rss>
