NexusFi: Find Your Edge


Home Menu

 





Indicator help with the position on a chart


Discussion in MultiCharts

Updated
    1. trending_up 1,093 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 3 attachments




 
Search this Thread

Indicator help with the position on a chart

  #1 (permalink)
 olobay 
Montreal
 
Experience: Intermediate
Platform: MultiCharts
Broker: DeepDiscountTrading.com
Trading: CL
Posts: 364 since Jul 2011

Hi,

I created this indicator and I want it to be placed either near the very top of the chart or the very bottom of the chart but in the same window as the chart. Changing the Margins in the Scaling section of the indicator doesn't change anything. Any ideas?

Thank you.







 
Code
fg1 = WHITE;
bg1 = BLACK;

if ((fast>med) and (med<slow)) then begin
  	fg1 = medium_up;
	bg1 = BLACK;
end;

if ((fast>med) and (med>slow)) then begin
	fg1 = strong_up;
	bg1 = BLACK;
end;

if ((fast<med) and (med>slow)) then begin
   	fg1 = medium_down;
	bg1 = BLACK;
end;

if ((fast<med) and (med<slow)) then begin
       fg1 = strong_down;
	bg1 = BLACK;
end;

if ((fast<slow) and (med>slow)) then begin
    	fg1 = pending_break;
	bg1 = BLACK;
end;
    
if ((fast>slow) and (med<slow)) then begin
	fg1 = pending_break;
	bg1 = BLACK;
end;

Plot1( 1 , "", fg1 ) ;

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - April 2024
Feedback and Announcements
ZombieSqueeze
Platforms and Indicators
Request for MACD with option to use different MAs for fa …
NinjaTrader
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
58 thanks
Battlestations: Show us your trading desks!
50 thanks
NexusFi site changelog and issues/problem reporting
47 thanks
GFIs1 1 DAX trade per day journal
31 thanks
What percentage per day is possible? [Poll]
31 thanks

  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

olobay,

I believe your best bet is to set it to "Show on Top" or "Show on Bottom" and make the subchart very small.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
The following user says Thank You to ABCTG for this post:





Last Updated on April 10, 2017


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts