NexusFi: Find Your Edge


Home Menu

 





Indicator help with the position on a chart


Discussion in MultiCharts

Updated
    1. trending_up 1,124 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?
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
About a successful futures trader who didnt know anythin …
Psychology and Money Management
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

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
Thanked by:




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