<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Display which position will be opened next]]></title>
		<link>https://forexsb.com/forum/topic/7908/display-which-position-will-be-opened-next/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/7908/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Display which position will be opened next.]]></description>
		<lastBuildDate>Sun, 18 Aug 2019 15:59:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Display which position will be opened next]]></title>
			<link>https://forexsb.com/forum/post/56702/#p56702</link>
			<description><![CDATA[<p>okay thank you...</p>]]></description>
			<author><![CDATA[null@example.com (Roughey)]]></author>
			<pubDate>Sun, 18 Aug 2019 15:59:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/56702/#p56702</guid>
		</item>
		<item>
			<title><![CDATA[Re: Display which position will be opened next]]></title>
			<link>https://forexsb.com/forum/post/56701/#p56701</link>
			<description><![CDATA[<p>The signals are for immediate execution. There is no way to have the &#039;next&#039; signals because they are calculated in realtime at the next Bar Open.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 18 Aug 2019 15:02:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/56701/#p56701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Display which position will be opened next]]></title>
			<link>https://forexsb.com/forum/post/56699/#p56699</link>
			<description><![CDATA[<p>Hmm Nobody an idea to get showing the next coming signal</p>]]></description>
			<author><![CDATA[null@example.com (Roughey)]]></author>
			<pubDate>Sun, 18 Aug 2019 12:13:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/56699/#p56699</guid>
		</item>
		<item>
			<title><![CDATA[Re: Display which position will be opened next]]></title>
			<link>https://forexsb.com/forum/post/56542/#p56542</link>
			<description><![CDATA[<p>Just tried this<br /></p><div class="codebox"><pre><code>void OnTick()
  {
      int    tip    = OrderDirectionToCommand(signal.Direction); 
      if(signal.Direction==ORDER_DIRECTION_BUY)
        {
         Comment(&quot;NEXT SIGNAL: BUY&quot;);
        } 
      if(signal.Direction==ORDER_DIRECTION_SELL)
           {
         Comment(&quot;NEXT SIGNAL: SELL&quot;);
        }  </code></pre></div><p>Can someone help how to get this signal.Direction to global?</p><p>So in my opinion is that when in a bar a signal is created so the signal opening on next bar a position. so it must be possible to show the next signal on the bar the signal is made ..</p>]]></description>
			<author><![CDATA[null@example.com (Roughey)]]></author>
			<pubDate>Tue, 06 Aug 2019 14:31:22 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/56542/#p56542</guid>
		</item>
		<item>
			<title><![CDATA[Display which position will be opened next]]></title>
			<link>https://forexsb.com/forum/post/56525/#p56525</link>
			<description><![CDATA[<p>Hi,</p><p>i try to figure out how i can put in Comment which will be the next position open?</p><p>So ea is running and than in chart i see Next Signal: BUY or NEXT SIGNAL: SELL</p><p>I have tried but i get errors cause of struct.<br /></p><div class="codebox"><pre><code>struct Signal
  {
   int               MagicNumber;
   OrderScope        Scope;
   OrderDirection    Direction;
   int               StopLossPips;
   int               TakeProfitPips;
   bool              IsTrailingStop;
  };</code></pre></div><p>So i Comment(&quot;NEXT SIGNAL: &quot;+Direction)</p><p>Maybe Popov know his code best where can i get the information from next signal?</p>]]></description>
			<author><![CDATA[null@example.com (Roughey)]]></author>
			<pubDate>Mon, 05 Aug 2019 20:04:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/56525/#p56525</guid>
		</item>
	</channel>
</rss>
