NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 31
Search: Posts Made By: jojojo
Forum: EasyLanguage Programming December 31st, 2023, 05:52 AM
Replies: 3
Views: 324
Posted By jojojo
add a pic ...

add a pic

https://nexusfi.com/attachment.php?attachmentid=336929
Forum: EasyLanguage Programming December 29th, 2023, 11:38 AM
Replies: 3
Views: 324
Posted By jojojo
Stuck in RSI Indicator conversion

Hello
I'm trying to convert an indicator to Multicharts 64.Is From Trendspider , they use some kind of Java. This is what I get:

describe_indicator("RSI pressure zones");

const ATR_FACTOR = 5;...
Forum: EasyLanguage Programming November 20th, 2023, 05:18 AM
Replies: 7
Views: 551
Posted By jojojo
Workes quite different comparing with my simple...

Workes quite different comparing with my simple one
Forum: EasyLanguage Programming November 19th, 2023, 05:48 AM
Replies: 7
Views: 551
Posted By jojojo
Thank you for this - I will check on Monday , too...

Thank you for this - I will check on Monday , too .
I'm working with Multicharts.
Forum: EasyLanguage Programming November 16th, 2023, 04:38 AM
Replies: 7
Views: 551
Posted By jojojo
ok I I broke it down like this : input: ...

ok I I broke it down like this :

input:
Seconds(60),
Length (10);

Vars:
Frequency(0);

If Barstatus = 2 then
Forum: EasyLanguage Programming November 14th, 2023, 11:46 AM
Replies: 8
Views: 9,104
Posted By jojojo
Unfortunately "load global data" function is...

Unfortunately "load global data" function is missing
Forum: EasyLanguage Programming November 14th, 2023, 09:11 AM
Replies: 7
Views: 551
Posted By jojojo
Tickspeed

How would you write this in EL ?
Try to write this simple indicator.
Calculates X seconds back volume of tick bars and divides by x seconds.
Result – adjusted speed of trades.

Ideas appreciated
Forum: EasyLanguage Programming November 14th, 2023, 09:06 AM
Replies: 3
Views: 815
Posted By jojojo
They are using their own stuff now , old Globals...

They are using their own stuff now , old Globals do not work anymore. Somekind C# based therefor "string", ...

AccuracySetNamedDouble("Value_1", 234);

Then you will be able to get it:

Sth. =...
Forum: EasyLanguage Programming November 13th, 2023, 05:38 AM
Replies: 6
Views: 507
Posted By jojojo
Thanks I got an account earlier , but since...

Thanks
I got an account earlier , but since they changed everything I cannot reach forums anymore - unfortunately.
That was a great pool of ideas and support - multicharts users can only dream of ;)
Forum: EasyLanguage Programming November 8th, 2023, 07:46 AM
Replies: 6
Views: 507
Posted By jojojo
EasyLanguage PDF

Does someone got EasyLanguage as Basic - book , pdf etc ?
regs
Forum: MultiCharts October 25th, 2023, 05:50 AM
Replies: 5
Views: 1,331
Posted By jojojo
I stuck with a function , compiles but then gives...

I stuck with a function , compiles but then gives me an error
Null Reference Exception at line 40

using System;
using System.Drawing;
using System.Linq;


namespace PowerLanguage
{
Forum: MultiCharts October 25th, 2023, 05:35 AM
Replies: 5
Views: 1,331
Posted By jojojo
well a while ago , but congrats for this...

well a while ago , but congrats for this conversion .
Great work .
Clouds
https://nexusfi.com/attachment.php?attachmentid=336044
Forum: MultiCharts October 24th, 2023, 03:38 AM
Replies: 0
Views: 361
Posted By jojojo
looking for Multichars.Net coder

Hello
I'm looking for s.o. who can adapt some easyLanguage /tradingview indicators to MC.Net.
kind regs
mario
Forum: EasyLanguage Programming October 24th, 2023, 03:37 AM
Replies: 0
Views: 502
Posted By jojojo
looking for Multichars.Net coder

Hello
I'm looking for s.o. who can adapt some easyLanguage /tradingview indicators to MC.Net.
kind regs
mario
Forum: Trading Reviews and Vendors October 22nd, 2023, 05:42 AM
Replies: 64
Views: 42,170
Posted By jojojo
Hello I'm looking for s.o. who can adapt some...

Hello
I'm looking for s.o. who can adapt some easyLanguage /tradingview indicators to MC.Net.
kind regs
mario
Forum: MultiCharts November 20th, 2015, 01:05 PM
Replies: 0
Views: 926
Posted By jojojo
attachment upload

Hello maybe you can add the attachment abbreviation for MC.Net pln ?
Thank you
Forum: MultiCharts November 20th, 2015, 01:00 PM
Replies: 25
Views: 10,858
Posted By jojojo
ok got it running -made it hardcoded with an...

ok got it running -made it hardcoded with an array - so you can easy add as many lines you want



using System;
using System.Drawing;
using System.Linq;
using PowerLanguage.Function;
...
Forum: MultiCharts November 16th, 2015, 06:25 AM
Replies: 25
Views: 10,858
Posted By jojojo
Perhaps it's an idea to invest significantly more...

Perhaps it's an idea to invest significantly more time in your replies, because it feels to me that I spend more time replying to you than you spend clarifying and proof-reading your requests for...
Forum: MultiCharts November 16th, 2015, 04:35 AM
Replies: 25
Views: 10,858
Posted By jojojo
Thanks for clearification about the CalcBar...

Thanks for clearification about the CalcBar method .The thread is named Indicators for MC.Net.That's what I'm trying to develop and I appreciate every help.But please don't waste your time anymore...
Forum: MultiCharts November 15th, 2015, 01:34 PM
Replies: 25
Views: 10,858
Posted By jojojo
it's trial and error - I tried to manage it with...

it's trial and error - I tried to manage it with List<> compiles but no plot :faint:

using System;
using System.Drawing;
using System.Linq;
using PowerLanguage.Function;
using...
Forum: MultiCharts November 15th, 2015, 11:25 AM
Replies: 25
Views: 10,858
Posted By jojojo
sorry for my bad explanation .I want to collect...

sorry for my bad explanation .I want to collect horizontal trendlines ,which's price I can add manually.
This I tried with the array.Just keeping the prizes in this case and can be added with...
Forum: MultiCharts November 15th, 2015, 06:45 AM
Replies: 25
Views: 10,858
Posted By jojojo
Another question

I came up with another newbie question.I want to store some trendlinearray in an indicator ,which will be added manually time by time to use on different charts.But stuck ofcourse Here is what I got...
Forum: MultiCharts November 11th, 2015, 01:14 PM
Replies: 25
Views: 10,858
Posted By jojojo
@ Jura : This here...

@ Jura : This here https://nexusfi.com/elite-circle/10458-gom-cumulative-delta-volume-multicharts-28.html

panz: Great thank you very much ; ofcourse you are right must be a typo , never...
Forum: MultiCharts November 10th, 2015, 03:38 AM
Replies: 25
Views: 10,858
Posted By jojojo
Thanks for clarification.Maybe we can start with...

Thanks for clarification.Maybe we can start with this one.

Jura
just curious - did you adapt your cum.delta approach for MC.Net ?

regs
Forum: MultiCharts November 9th, 2015, 07:02 AM
Replies: 25
Views: 10,858
Posted By jojojo
Net Coding

Seemes that a lot of you are very impressed about the .net possibilities , but there is no help for beginners -
C# is apparently not easy to understand . So what about one concrete example to start...
Showing results 1 to 25 of 31

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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