<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Display which position will be opened next]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7908/" />
	<updated>2019-08-18T15:59:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7908/display-which-position-will-be-opened-next/</id>
		<entry>
			<title type="html"><![CDATA[Re: Display which position will be opened next]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/56702/#p56702" />
			<content type="html"><![CDATA[<p>okay thank you...</p>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2019-08-18T15:59:14Z</updated>
			<id>https://forexsb.com/forum/post/56702/#p56702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display which position will be opened next]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/56701/#p56701" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2019-08-18T15:02:05Z</updated>
			<id>https://forexsb.com/forum/post/56701/#p56701</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display which position will be opened next]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/56699/#p56699" />
			<content type="html"><![CDATA[<p>Hmm Nobody an idea to get showing the next coming signal</p>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2019-08-18T12:13:47Z</updated>
			<id>https://forexsb.com/forum/post/56699/#p56699</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display which position will be opened next]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/56542/#p56542" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2019-08-06T14:31:22Z</updated>
			<id>https://forexsb.com/forum/post/56542/#p56542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Display which position will be opened next]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/56525/#p56525" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2019-08-05T20:04:06Z</updated>
			<id>https://forexsb.com/forum/post/56525/#p56525</id>
		</entry>
</feed>
