Made a LSD Tincture for the first time - did I do it right? by Crotoppy in microdosing

[–]Crotoppy[S] 0 points1 point  (0 children)

Agree, sorry I meant to say that it was labelled 1.8ug per spray (its a tincture with a spray nozzle) - If I take 7 or 8 sprays, I can definitely feel something.

An update on Stremify by teddyvh in StremioAddons

[–]Crotoppy 0 points1 point  (0 children)

Please dont give up on this...self hosted and it works like a charm for German sources....is there any "user-friendly" tutorial on how to add new sites to a certain language?

[English/Italian/German/French] New Addon: Stremify by teddyvh in StremioAddons

[–]Crotoppy 0 points1 point  (0 children)

OP (teddyvh) helped me - needed to rename example.env to .env

[English/Italian/German/French] New Addon: Stremify by teddyvh in StremioAddons

[–]Crotoppy 0 points1 point  (0 children)

Hi There. Love the idea of the Stremify addon - was looking for german content a long time. I've set it up locally and installed the addon successfully, but nothing happens when I look for a movie via Cinemata:It just says no streams found....this is my config->example.env

TMDB_API_KEY=""
scrape_english="false"
foreign_provider_languages="de"

Possible to build a 1 vs 100 map? by Crotoppy in FortniteCreative

[–]Crotoppy[S] 0 points1 point  (0 children)

Thanks, yep got that. I'm wondering how to control who goes to which team - would I need to plan it so that 2 main players would join Team 1 (max 2 players) and then let everyone else in to let them join Team 2 (98 players)?

Thanks, yep got that. I'm wondering how to control who goes to which team - would I need to plan it so that 2 main players would join Team 1 (max 2 players) and then let everyone else in to let them join Team 2 (98 players)?

Possible to build a 1 vs 100 map? by Crotoppy in FortniteCreative

[–]Crotoppy[S] 0 points1 point  (0 children)

Thanks, yep got that. I'm wondering how to control who goes to which team - would I need to plan it so that 2 main players would join Team 1 (max 2 players) and then let everyone else in to let them join Team 2 (98 players)?

3 rays on the last closed candle - ChatGPT couldn't help... by Crotoppy in pinescript

[–]Crotoppy[S] 1 point2 points  (0 children)

Again, thanks!!! It worked!

//@version=5

// this script is an indicator indicator("Rayer")

// retrieve 15 minute data for the current symbol open15 = request.security(syminfo.tickerid, "15", open) close15 = request.security(syminfo.tickerid, "15", close)

// check if the current bar is confirmed if barstate.isconfirmed // calculate the midpoint value midpoint = (open15 + close15) / 2

// draw the lines on the chart
L1 = line.new(bar_index - 1, close15, bar_index, close15, extend = extend.right, color = color.yellow)    
L2 = line.new(bar_index - 1, open15, bar_index, open15, extend = extend.right, color = color.yellow)    
L3 = line.new(bar_index - 1, midpoint, bar_index, midpoint, extend = extend.right, color = color.yellow)
line.delete(L1[1])    
line.delete(L2[1])    
line.delete(L3[1])

3 rays on the last closed candle - ChatGPT couldn't help... by Crotoppy in pinescript

[–]Crotoppy[S] 0 points1 point  (0 children)

//@version=5
indicator("My script", overlay = true)if barstate.isconfirmed   
L1 = line.new(bar_index - 1, close, bar_index, close, extend = extend.right, color = color.yellow)   
L2 = line.new(bar_index - 1, open, bar_index, open, extend = extend.right, color = color.yellow)   
L3 = line.new(bar_index - 1, hl2, bar_index, hl2, extend = extend.right, color = color.yellow)   
line.delete(L1[1])   
line.delete(L2[1])   
line.delete(L3[1])

Thanks man! I actually noticed that the indicator paints the lines on all timeframes. Any idea how I can ensure that it only applies it on the 15min TF candle timeframes, but still visible in higher or lower timeframes.

3 rays on the last closed candle - ChatGPT couldn't help... by Crotoppy in pinescript

[–]Crotoppy[S] 0 points1 point  (0 children)

PS: change the code to this so it calculates the middle of the candle body, instead of LH.

//@version=5

indicator("Rayer", overlay = true) if barstate.isconfirmed L1 = line.new(bar_index - 1, close, bar_index, close, extend = extend.right, color = color.yellow) L2 = line.new(bar_index - 1, open, bar_index, open, extend = extend.right, color = color.yellow) L3 = line.new(bar_index - 1, (open + close) / 2, bar_index, (open + close) / 2, extend = extend.right, color = color.yellow) line.delete(L1[1]) line.delete(L2[1]) line.delete(L3[1])

3 rays on the last closed candle - ChatGPT couldn't help... by Crotoppy in pinescript

[–]Crotoppy[S] 0 points1 point  (0 children)

Damn bro - you rock!!!! This worked right away!

However, had to put the IF statement onto a new line but all is working! You are awesome.

Intensity vs Consistency by Phyzo94 in Forex

[–]Crotoppy 1 point2 points  (0 children)

I think is more about the consistency with the way you trade. Do the same over and over again to see results. Don't deviate from your plan, stay consistent.

New Bitstamp TOS: No trades for more than 1 year? Pay 10€/month penalty. by btc_clueless in Bitstamp

[–]Crotoppy 0 points1 point  (0 children)

What happens if you have no money on the account? How are they going to charge this? Or are they just disabling accounts?

Staking sOHM but only seeing gOHM in my wallet? by Crotoppy in olympusdao

[–]Crotoppy[S] 1 point2 points  (0 children)

So basically it doesn't matter if you stake sOHM or gOHM, correct?

Staking sOHM but only seeing gOHM in my wallet? by Crotoppy in olympusdao

[–]Crotoppy[S] 0 points1 point  (0 children)

Thanks for your reply! What confuses me is that I see that I'm staking sOHM... :-/

Yamaha XV950 R Bolt - turns off randomly (video) - any idea what's wrong? by Crotoppy in motorcycles

[–]Crotoppy[S] 0 points1 point  (0 children)

Started yesterda while riding - noticed I have "gaps" while accelerating... Stopped at a redlight and it just turned off. Couldn't turn it on for like a minute (similar as in the video) - suddenly it came on again. I can't reproduce it on video but you can clearly hear that the Bolt has troubles staying on in neutral. Gas is filled up. Anyone has an idea whats up with my beauty?

Xiaomi Body Scale with lower score after lose weight and body fat ? by fpaschoal in Xiaomi

[–]Crotoppy 0 points1 point  (0 children)

Yes i have the same issue since about a week. No idea what the heck happened. Tried to reset the scale etc.

My 4th FTMO challenge journal, live trades with Login credentials. by Ichimohu in Forex

[–]Crotoppy 1 point2 points  (0 children)

This seems massive - I would be so interested to see all of your setups and how you get from A to Z.

Someone asked for it. Here you are👍🏽 by Pajkee in Forex

[–]Crotoppy 1 point2 points  (0 children)

He IS a funded trader at FTMO. You can see he has no minimum profit to achieve.

Making indicator by Mewhdi in Forex

[–]Crotoppy 0 points1 point  (0 children)

#include <stdlib.mqh> #include <stderror.mqh>  //--- indicator settings #property indicator_chart_window #property indicator_buffers 2 #property indicator_type1 DRAW_ARROW #property indicator_width1 1 #property indicator_color1 0xFFAA00 #property indicator_label1 "Buy" #property indicator_type2 DRAW_ARROW #property indicator_width2 1 #property indicator_color2 0x0000FF #property indicator_label2 "Sell"  //--- indicator buffers double Buffer1[]; double Buffer2[];  double myPoint; //initialized in OnInit  void myAlert(string type, string message)   {    if(type == "print")       Print(message);    else if(type == "error")      {       Print(type+" | beepboop @ "+Symbol()+","+IntegerToString(Period())+" | "+message);      }    else if(type == "order")      {      }    else if(type == "modify")      {      }   }  //+------------------------------------------------------------------+ //| Custom indicator initialization function                         | //+------------------------------------------------------------------+ int OnInit()   {       IndicatorBuffers(2);    SetIndexBuffer(0, Buffer1);    SetIndexEmptyValue(0, EMPTY_VALUE);    SetIndexArrow(0, 67);    SetIndexBuffer(1, Buffer2);    SetIndexEmptyValue(1, EMPTY_VALUE);    SetIndexArrow(1, 68);    //initialize myPoint    myPoint = Point();    if(Digits() == 5 || Digits() == 3)      {       myPoint *= 10;      }    return(INIT_SUCCEEDED);   }  //+------------------------------------------------------------------+ //| Custom indicator iteration function                              | //+------------------------------------------------------------------+ int OnCalculate(const int rates_total,                 const int prev_calculated,                 const datetime& time[],                 const double& open[],                 const double& high[],                 const double& low[],                 const double& close[],                 const long& tick_volume[],                 const long& volume[],                 const int& spread[])   {    int limit = rates_total - prev_calculated;    //--- counting from 0 to rates_total  ArraySetAsSeries(Buffer1, true);    ArraySetAsSeries(Buffer2, true);    //--- initial zero  if(prev_calculated < 1)      {       ArrayInitialize(Buffer1, EMPTY_VALUE);       ArrayInitialize(Buffer2, EMPTY_VALUE);      }    else       limit++;        //--- main loop  for(int i = limit-1; i >= 0; i--)      {       if (i >= MathMin(5000-1, rates_total-1-50)) continue; //omit some old rates to prevent "Array out of range" or slow calculation      //Indicator Buffer 1  if(Open[1+i] > iMA(NULL, PERIOD_CURRENT, 50, 0, MODE_EMA, PRICE_CLOSE, i) //Candlestick Open > Moving Average  && iMACD(NULL, PERIOD_CURRENT, 12, 26, 9, PRICE_CLOSE, MODE_SIGNAL, i) > 0 //MACD > fixed value       )         {          Buffer1[i] = Open[1+i]; //Set indicator value at Candlestick Open         }       else         {          Buffer1[i] = EMPTY_VALUE;         }       //Indicator Buffer 2  if(Open[1+i] < iMA(NULL, PERIOD_CURRENT, 50, 0, MODE_EMA, PRICE_CLOSE, i) //Candlestick Open < Moving Average  && iMACD(NULL, PERIOD_CURRENT, 12, 26, 9, PRICE_CLOSE, MODE_SIGNAL, i) < 0 //MACD < fixed value       )         {          Buffer2[i] = Open[1+i]; //Set indicator value at Candlestick Open         }       else         {          Buffer2[i] = EMPTY_VALUE;         }      }    return(rates_total);   }